Package | PCR.R4.1-1-0-pkg |
Type | StructureDefinition |
Id | Id |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=PCR.R4.1-1-0-pkg@1.2.5&canonical=http://ehealthontario.ca/fhir/StructureDefinition/ca-on-pcr-profile-Bundle |
Url | http://ehealthontario.ca/fhir/StructureDefinition/ca-on-pcr-profile-Bundle |
Version | 2.0.0 |
Status | active |
Date | 2023-11-08T18:47:59.1279117+00:00 |
Name | PCRBundleResponse |
Title | PCR Bundle Response Profile |
Experimental | False |
Realm | ca |
Description | This is the bundle profile from PCR for Patient Search and EMPI Match oeprations. |
Type | Bundle |
Kind | resource |
No resources found
StructureDefinition | |
http://ehealthontario.ca/fhir/StructureDefinition/ca-on-pcr-profile-OperationOutcome | PCR OperationOutcome Profile |
http://ehealthontario.ca/fhir/StructureDefinition/ca-on-pcr-profile-Patient | PCR Patient Response Profile |
Note: links and images are rebased to the (stated) source
{
"resourceType" : "StructureDefinition",
"id" : "pcr-bundle-response",
"meta" : {
"lastUpdated" : "2023-11-08T18:44:08.9591578+00:00"
},
"text" : {
"status" : "empty",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">No Content</div>"
},
"url" : "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-pcr-profile-Bundle",
"version" : "2.0.0",
"name" : "PCRBundleResponse",
"title" : "PCR Bundle Response Profile",
"status" : "active",
"date" : "2023-11-08T18:47:59.1279117+00:00",
"description" : "This is the bundle profile from PCR for Patient Search and EMPI Match oeprations.",
"fhirVersion" : "4.0.1",
"kind" : "resource",
"abstract" : false,
"type" : "Bundle",
"baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Bundle",
"derivation" : "constraint",
"differential" : {
"element" : [
{
"id" : "Bundle.id",
"path" : "Bundle.id",
"short" : "Logical id of this artifact, contains a random guid",
"min" : 1
},
{
"id" : "Bundle.meta",
"path" : "Bundle.meta",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Bundle.meta.profile",
"path" : "Bundle.meta.profile",
"min" : 1,
"max" : "1",
"fixedCanonical" : "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-pcr-profile-Bundle|2.0.0",
"mustSupport" : true
},
{
"id" : "Bundle.type",
"path" : "Bundle.type",
"fixedCode" : "searchset",
"mustSupport" : true
},
{
"id" : "Bundle.total",
"path" : "Bundle.total",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Bundle.link",
"path" : "Bundle.link",
"min" : 1,
"max" : "1",
"mustSupport" : true
},
{
"id" : "Bundle.link.relation",
"path" : "Bundle.link.relation",
"fixedString" : "self",
"mustSupport" : true
},
{
"id" : "Bundle.link.url",
"path" : "Bundle.link.url",
"mustSupport" : true
},
{
"id" : "Bundle.entry",
"path" : "Bundle.entry",
"slicing" : {
"discriminator" : [
{
"type" : "value",
"path" : "resource.meta.profile"
}
],
"rules" : "open"
},
"mustSupport" : true
},
{
"id" : "Bundle.entry.fullUrl",
"path" : "Bundle.entry.fullUrl",
"mustSupport" : true
},
{
"id" : "Bundle.entry.resource",
"path" : "Bundle.entry.resource",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Bundle.entry.search",
"path" : "Bundle.entry.search",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Bundle.entry.search.extension",
"path" : "Bundle.entry.search.extension",
"slicing" : {
"discriminator" : [
{
"type" : "value",
"path" : "url"
}
],
"rules" : "open"
},
"min" : 0
},
{
"id" : "Bundle.entry.search.extension:match-grade",
"path" : "Bundle.entry.search.extension",
"sliceName" : "match-grade",
"min" : 0,
"type" : [
{
"code" : "Extension",
"profile" : [
"http://hl7.org/fhir/StructureDefinition/match-grade"
]
}
],
"mustSupport" : true
},
{
"id" : "Bundle.entry.search.extension:match-grade.value[x]",
"path" : "Bundle.entry.search.extension.value[x]",
"slicing" : {
"discriminator" : [
{
"type" : "type",
"path" : "$this"
}
],
"rules" : "open"
}
},
{
"id" : "Bundle.entry.search.extension:match-grade.value[x]:valueCode",
"path" : "Bundle.entry.search.extension.value[x]",
"sliceName" : "valueCode",
"mustSupport" : true
},
{
"id" : "Bundle.entry.search.mode",
"path" : "Bundle.entry.search.mode",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Bundle.entry.search.score",
"path" : "Bundle.entry.search.score",
"short" : "Search ranking (between 0 and 1). For Patient Search Bundle, this is fixed \"1\"",
"mustSupport" : true
},
{
"id" : "Bundle.entry:entry-patient",
"path" : "Bundle.entry",
"sliceName" : "entry-patient"
},
{
"id" : "Bundle.entry:entry-patient.resource",
"path" : "Bundle.entry.resource",
"type" : [
{
"code" : "Patient",
"profile" : [
"http://ehealthontario.ca/fhir/StructureDefinition/ca-on-pcr-profile-Patient"
]
}
],
"mustSupport" : true
},
{
"id" : "Bundle.entry:entry-patient.search",
"path" : "Bundle.entry.search",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Bundle.entry:entry-patient.search.extension",
"path" : "Bundle.entry.search.extension",
"slicing" : {
"discriminator" : [
{
"type" : "value",
"path" : "url"
}
],
"rules" : "open"
},
"min" : 0
},
{
"id" : "Bundle.entry:entry-patient.search.extension:match-grade",
"path" : "Bundle.entry.search.extension",
"sliceName" : "match-grade",
"min" : 0,
"type" : [
{
"code" : "Extension",
"profile" : [
"http://hl7.org/fhir/StructureDefinition/match-grade"
]
}
],
"mustSupport" : true
},
{
"id" : "Bundle.entry:entry-patient.search.extension:match-grade.value[x]",
"path" : "Bundle.entry.search.extension.value[x]",
"slicing" : {
"discriminator" : [
{
"type" : "type",
"path" : "$this"
}
],
"rules" : "open"
}
},
{
"id" : "Bundle.entry:entry-patient.search.extension:match-grade.value[x]:valueCode",
"path" : "Bundle.entry.search.extension.value[x]",
"sliceName" : "valueCode",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Bundle.entry:entry-patient.search.mode",
"path" : "Bundle.entry.search.mode",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Bundle.entry:entry-patient.search.score",
"path" : "Bundle.entry.search.score",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Bundle.entry:entry-operationoutcome",
"path" : "Bundle.entry",
"sliceName" : "entry-operationoutcome",
"max" : "1"
},
{
"id" : "Bundle.entry:entry-operationoutcome.resource",
"path" : "Bundle.entry.resource",
"type" : [
{
"code" : "OperationOutcome",
"profile" : [
"http://ehealthontario.ca/fhir/StructureDefinition/ca-on-pcr-profile-OperationOutcome"
]
}
],
"mustSupport" : true
},
{
"id" : "Bundle.entry:entry-operationoutcome.search",
"path" : "Bundle.entry.search",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Bundle.entry:entry-operationoutcome.search.mode",
"path" : "Bundle.entry.search.mode",
"min" : 1,
"fixedCode" : "outcome",
"mustSupport" : true
}
]
}
}
XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.